@media (max-width: 576px) {
  .btn-secondary-custom {
    padding: 5px 10px !important;
  }
  .btn-primary-custom {
    padding: 5px 10px !important;
  }
}

@media (max-width: 1200px) {
  .timeline-line {
    bottom: 100px;
  }
}

@media (max-width: 1700px) {
  .hero-content {
    margin-left: 0px !important;
  }
}

/* (992px–1199px) */
@media (max-width: 1200px) {
  .section-subtitle {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .hero-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 0 auto !important;
    text-align: center;
  }
  .card-item {
    min-width: 240px;
  }
  .vertical-divider:nth-of-type(3) {
    display: none;
  }

  /*vision-section*/
  .vision-timeline-item:nth-child(3)::after {
    display: none;
  }
  .quote-left {
    max-width: 100% !important;
  }
  .image-container {
    max-width: 100% !important;
  }
}



@media (max-width: 768px) {
  #mobilemenu {
    background-color: #000000;
    transition: all 0.3s ease;
    width: 50%;
  }
  .about-section {
    padding: 30px 0 !important; /* 80px top/bottom, 0 left/right */
  }
  .hero-content {
    margin-left: 0 !important;
    text-align: center;
    padding: 0 20px;
  }

  .hero-title {
    font-size: 30px !important;
  }
  .section-subtitle {
    font-size: 28px !important;
  }
  .drive-card h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
  }
  .drive-card p {
    font-size: 15px;
  }
  .section-header h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px !important;
  }
  .about-section {
    padding: 30px 0;
  }
  .drives-section {
    padding: 30px 0 !important;
  }
  .quote-section h3 {
    font-size: 18px;
  }
  .components-section {
    padding: 30px 0 !important;
  }
  .components-title h2 {
    font-size: 30px !important;
  }

  .global-section {
    padding: 30px 0 !important;
  }
  .global-section h2 {
    font-size: 30px !important;
  }
  .global-section h3 {
    font-size: 21px;
    margin-bottom: 10px !important;
  }
  .timeline-content h4 {
    font-family: "Inter", sans-serif;
    font-size: 19px;
  }

  .timeline-content p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
  }
  .timeline-item {
    margin-bottom: 20px;
  }
  .timeline-line {
    bottom: 90px;
  }
  .cards-row {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .vertical-divider {
    display: none;
  }
  .approach-section {
    padding: 30px 0 !important;
  }
  .approach-header {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .approach-header h2 {
    font-size: 30px !important;
  }
  .approach-card {
    padding: 25px 20px;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
  .card-number img {
    width: 65px;
  }

  .icon-img {
    width: 65px;
    height: 65px;
    margin-bottom: 15px;
  }
  /*manufacturer sect*/
  .manufacturer-section {
    padding: 30px 0 !important;
  }
  .manufacturer-header {
    margin-bottom: 40px !important;
    margin-top: 10px !important;
  }
  .manufacturer-header h2 {
    font-family: "Poppins";
    font-size: 30px !important;
  }

  .vision-section {
    padding: 30px 0 !important;
  }
  .vision-header {
    margin-bottom: 20px !important;
  }
  .vision-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  .vision-header h2 {
    font-size: 30px !important;
    font-weight: 700;

    margin-bottom: 15px;
  }
  .vision-header p {
    font-size: 18px;

    margin: 0 auto;
  }

  .vision-timeline-item::after {
    display: none !important;
  }
  /* /*industries section* */
  .industries-section {
    padding: 30px 0 !important;
  }
  .industries-header h2 {
    margin-bottom: 10px !important;

    font-size: 30px !important;
  }

  .form-section {
    padding: 20px 0 !important;
  }
  .quote-left {
    margin-top: 0;
  }
  .quote-left h3 {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ffd700;
    margin-bottom: 15px;
  }
  .quote-left h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
  }
  .quote-left p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }

  /*footer*/
  .footer-section {
    padding: 30px 0;
  }
  .footer-heading {
    text-align: center;
    margin-top: 30px;
  }

  .heading-underline {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-links {
    text-align: left;
    padding-left: 0;
  }

  .footer-address {
    justify-content: left;
  }

  .footer-email {
    justify-content: left;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-contact-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .footer-bottom-links {
    justify-content: center;
  }

  .copyright {
    text-align: center;
    margin-bottom: 15px;
  }
}

/*timeline-adjustments*/
@media (max-width: 1398px) and (min-width: 1200px) {
  .timeline-line {
    bottom: 80px;
  }
}

@media (max-width: 990px) and (min-width: 768px) {
  .timeline-line {
    bottom: 80px;
  }
}
@media (max-width: 1200px) and (min-width: 990px) {
  .timeline-line {
    bottom: 180px;
  }
}
@media (max-width: 1400px) and (min-width: 1200px) {
  .timeline-line {
    bottom: 140px;
  }
}
@media (max-width: 576px) {
  .timeline-line {
    bottom: 80px;
  }
  p {
    font-size: 16px !important;
  }
  h2{
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  .alphabet-link {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
  .manufacturer-group-section {
    scroll-margin-top: 220px;
  }
  .component-card {
    max-width: 80% !important;
  }
  .manufacturer-cta p {
    width: 100% !important;
    margin: 0 auto 16px;
  }
}



@media (min-width: 576px) and (max-width: 767px) {
  .manufacturer-slick img {
    width: 225px;
  }
  .industries-header {
    margin: 10px auto 50px auto !important;
    width: 90% !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .manufacturer-slick img {
    width: 200px;
  }
  .industries-header {
    margin: 10px auto 50px auto !important;
    width: 90% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .manufacturer-slick img {
    width: 200px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .manufacturer-slick img {
    width: 250px;
  }
}
